CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IDEA c

搜索资源列表

  1. student_record

    0下载:
  2. This Program demostrate basic file operation on file using various file function in C++. Basic aim is to idea is low level file I/O to store information of student object as record then perform various simple operation such add more record finding re
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:958
    • 提供者:Nilesh
  1. fenqupaixu

    0下载:
  2. 利用递归分区的想法,对数组数据进行快速排序的c语言源代码。-The idea of using recursive partition of the array data for rapid sequencing of the c-language source code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:171801
    • 提供者:杨帅
  1. XMlParser

    0下载:
  2. 强大易用的XML文件解析器,使用起来非常非常方便。-The idea of this project was simply to write a basic XML parser in ANSI C for portability. The parser is reasonably forgiving as I have only a fairly rudimentary knowledge about XML and wanted to keep the code reasonably str
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:33045
    • 提供者:dhyao
  1. yichuansuanfa

    0下载:
  2. 遗传算法,通过选择、交叉、变异求取函数最优解c程序简单实现,并拥有最优保存思想。-Genetic algorithm, selection, crossover and mutation to strike a function of the optimal solution c procedures are simple to achieve, and has saved the best idea.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:杨光
  1. ma_bu_tu

    0下载:
  2. 用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路-Written in C language with Bu map relatively simple idea is used to convert the first matrix of chess, and then retrieve the map to find the Hamiltonian circuit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:2032
    • 提供者:zhuliyan
  1. VBCSHARP

    0下载:
  2. This document give brief idea to the developers and help them to choose C# or VB which both are supported by Microsoft .Net platform. One this document is read one can make focus on the technology suites their ski-This document give brief idea to the
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:50101
    • 提供者:dillipaa
  1. ReSharperSetup31FullVS90

    0下载:
  2. ReSharperSetup.3.1.Full.VS90.msi ReSharper是一款微软Visual Studio .NET 2005或者2008的插件,提供了智能C#辅助编码功能和实时错误显示功能,并支持重构。ReSharper为C#开发人员提供许多能够有效提高生产力的功能,这些功能已被成千上万使用IntelliJ IDEA的Java程序员所采用 ReSharper是为Microsoft Visual Studio .NET 2005或者2008这一流行的开发平台提供的插
  3. 所属分类:CSharp

    • 发布日期:2017-06-14
    • 文件大小:22534302
    • 提供者:andy
  1. MenuHistory

    0下载:
  2. C#保存打开文件历史记录实例.很多软件都有这个功能,于是自己也写了一个。虽然感觉不如大型软件做的那么完美,但必竟功能是实现了,给想要这种功能的C#爱好者一个思路罢。-C# open file to save an instance of the historical record. A lot of the software have this feature, so has written one. Although the feeling of large-scale software to
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:34663
    • 提供者:242
  1. stack

    0下载:
  2. C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2956
    • 提供者:邹娟
  1. order

    0下载:
  2. 用c++ 实现的用类的构造函数初始化数组,是一种新的思路,学习完后会对c++有新的认识-Using c++ implementation with the class constructor to initialize the array, is a new idea, learn c++ would have exhausted a new understanding of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:943928
    • 提供者:jack
  1. Cfg

    0下载:
  2. C++编程思想 很经典的资料,喜欢的尽快下载哦,-C++ programming is the classic idea of information like as soon as possible to download Oh,
  3. 所属分类:Software Testing

    • 发布日期:2017-05-17
    • 文件大小:5038384
    • 提供者:xuzhiqin
  1. IDEA_C

    0下载:
  2. 用纯C语言实现的IDEA加密算法与解密算法,希望对朋友所帮助。-IDEA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:26806
    • 提供者:yaofengyi
  1. abc

    0下载:
  2. 关于vb的一些代码 C#制作的拼图游戏C#制作的拼图游戏C ·拼图游戏,可以回退等。练手用的。 ·-open i think you shoud open idea prepared by the pivotal games, and we can usually common are very similar. readers can learn code, the reference program, of course, can also entertainment fo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:64401
    • 提供者:品江山
  1. A200906-1590

    0下载:
  2. 本文分别深入讨论了C++与Java的异常处理机制。比较了C++与Java的异常匹配处理,异常类继承体系与异常处理代码的区别,并且讨论了异常对象的生存周期与存储方式。最后,在其基础上构想了异常处理机制的发展方向。 -In this paper, in-depth discussion of the C++ and Java exception handling mechanism. Comparison of C++ and Java exceptions match the handlin
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:58533
    • 提供者:ldpc
  1. 101259367DES

    1下载:
  2. des的加脱密算法用c语言实现以及一些其他的密码算法-Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:262942
    • 提供者:Andy
  1. Console_WinMine

    0下载:
  2. 控制台扫雷。 内含2部分,1.源代码和运行程序:基于控制台的C++编程,2.实验报告(设计文档):对设计思路,实现过程有详细的介绍,文件夹内有运行截图,可以从大体上掌握。在控制台上实现扫雷,虽然界面稍微差强人意,但想法还是挺好的。-Contains two parts, 1. The source code and run the program: console-based C++ programming, 2. Experimental report (design documents)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:383621
    • 提供者:liaoruo
  1. Csharp

    0下载:
  2. c#编程思想 c#编程思想 c#编程思想 -c# programmer c# programming idea thought c# programmer c# programming idea thought c# programming idea thought c# programming
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:6926740
    • 提供者:weixf
  1. c_program_traing

    0下载:
  2. 這是一份關於c語言的教學檔案,可以讓初學者有個概念-This is a file on the c language teaching, allowing beginners some idea
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:157674
    • 提供者:LAB
  1. ARMandc

    0下载:
  2. arm的c语言编程以及汇编指令集,对与初学者有一定的指导作用-arm about c language and the brief introduction of arm,making it easer for you to learn arm.you can get the main idea of arm after learing this,i don t know why so many words
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:290210
    • 提供者:王飞
  1. 4_fidea

    1下载:
  2. 基于IDEA的加解密的C语言实现,源代码-IDEA encryption and decryption based C-language source code
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1524804
    • 提供者:hanpan
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com